Returns a pseudo - random key from a password , salt and iteration count 用密碼、 salt值和迭代次數(shù)返回偽隨機(jī)密鑰。
This method is automatically called if the salt or iteration count is modified 如果salt值或迭代次數(shù)已修改,則自動(dòng)調(diào)用此方法。
The specified salt size is smaller than 8 bytes or the iteration count is less than 1 指定的salt大小小于8字節(jié)或迭代次數(shù)小于1 。
Class takes a password , a salt , and an iteration count , and then generates keys through calls to the 類(lèi)獲取密碼、 salt值和迭代次數(shù),然后通過(guò)調(diào)用
The salt size must be 8 bytes or larger and the iteration count must be greater than zero Salt大小必須等于或大于8字節(jié),并且迭代次數(shù)必須大于零。
In a password - based key derivation function , the base key is a password and the other parameters are a salt value and an iteration count 在基于密碼的密鑰派生功能中,基本密鑰是一個(gè)密碼,其他參數(shù)是一個(gè)salt值和一個(gè)迭代次數(shù)。